`FileTest.send(command, ...)` allows to call not only FileTest-related
methods but also any method that belongs to Kernel, Object, etc.
patched by <mame@ruby-lang.org>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
[Salvatore Bonaccorso: Backport to 2.3.3:
- Context changes in test/shell/test_command_processor.rb
]
Gbp-Pq: Name lib-shell-command-processor.rb-Shell-prevent-unknown.patch
Antonio Terceiro [Sun, 19 Sep 2021 03:40:46 +0000 (04:40 +0100)]
debian-changes
This patch file represents the entire difference between the package as shipped
by Debian and the official upstream sources. The goal is to maintain this file
as small as possible, avoiding non-upstreamed patches at all costs.
The Debian packaging is maintained in the following Git repository:
* Add patch to use File.open to fix the OS Command
Injection vulnerability. (Fixes: CVE-2021-31799)
* Add patch to fix StartTLS stripping vulnerability.
(Fixes: CVE-2021-32066)
* Add patch to ignore IP addresses in PASV responses
by default. (Fixes: CVE-2021-31810)